home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINPROGS / RKINST.ZIP / INSTALL.INF < prev    next >
INI File  |  1993-08-09  |  3KB  |  79 lines

  1. ; RK-Install - Installation Script
  2.  
  3. [Application]
  4. Name=Install
  5. Title=Install - Main Installation
  6. Directory=C:\Install
  7. PM Group=Install         
  8. Free Space=182           ; in kbytes
  9. Debug Mode=0             ; 0 or no entry = normal operation
  10.  
  11. [Disks] 
  12. 1=Turnier-Install Main Disk
  13.  
  14. [Directories] 
  15. ;lists of directories that must be created from the destination directory
  16. 1=.
  17. 2=WINDOWS
  18. 3=DOS
  19.  
  20. [SourceDirs]
  21. ;list of directories on the source disks
  22. 1=.
  23.  
  24. [FileGroups]
  25. ;list of file groups. the user can choose which of them are to
  26. ;be installed. Maximum = 5 ! additional groups will be ignored.
  27. 1=Install for Windows
  28. 2=Install for DOS
  29. 3=ReadMe Files and DOC's
  30.  
  31. [Windows Files]
  32. ;files that need to be installed in \windows\system
  33. ;description, name, '0', (sourcedir #), (disk #), (compressed)
  34.  
  35. [Files1] 
  36. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed)
  37. Main Program (Windows)=Install.exe        2 1 1 N
  38. Compressor (Windows)=compress.ex$         2 1 1 Y
  39. Expander (Windows)=expand.ex$             2 1 1 Y
  40.  
  41. [Files2]
  42. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed)
  43. Main Program (DOS)=Installd.ex$           3 1 1 Y
  44. Compressor (DOS)=compr.ex$                3 1 1 Y
  45. Expander (DOS)=uncompr.ex$                3 1 1 Y
  46.  
  47. [Files3] 
  48. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed)
  49. ReadMe File=read.m$                       1 1 1 Y
  50. Install Documentation=install.wr$         1 1 1 Y
  51. Sample Install File=sample.in$            1 1 1 Y
  52.  
  53. [PM Group] 
  54. ;description, File name. The {No.} is substituted by the directory
  55. ;description:  PMName,iconfile,iconindex
  56. ;commandline:  filename parameter
  57. ;PMName     :  name of program in the programmanager
  58. ;iconfile   :  file with the icon
  59. ;iconindex  :  first icon = 0
  60. File Compressor={2}compress.EXE
  61. File Expander={2}expand.exe
  62. DOS Compressor={3}compr.exe
  63. DOS Expander={3}uncompr.exe
  64. Read Me,progman.exe,28=notepad.exe {1}read.me
  65. Install Doc,progman.exe,17=write.exe {1}install.wri
  66.  
  67. [Execution]
  68. ;format:  W?'string'=commandline
  69. ; W        - wait until executed program terminates (DOS version always waits)
  70. ; 'string' - output the string before executing
  71. ; ?        - ask the user for YES or NO. should be used together with a string
  72. ;            containing the question. the program is only executed if the
  73. ;            user selects YES
  74. ; {No.} in the commandline is substituted with the directory
  75. W=notepad {1}read.me
  76. ?'Show Documentation now ?'=write {1}install.wri
  77. ={2}compress.exe
  78. ={2}expand.exe
  79.